Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/59 - Color Choosing Game/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/59 - Color Choosing Game/index.html
363 Views
0 Comments
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name=
script.js /cody/swapnilsparsh/30DaysOfJavaScript/59 - Color Choosing Game/script.js
213 Views
0 Comments
const
result = document.getElementById("result"),
row1 = document.querySelector(".row1"),
row2 = document.querySelector(".
style.css /cody/swapnilsparsh/30DaysOfJavaScript/59 - Color Choosing Game/style.css
181 Views
0 Comments
.head{
background-color: lightgoldenrodyellow;
height: 255px;
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: -1;